Namespaces

Types in MathNet.Numerics.Statistics.Mcmc

Type GlobalProposalSampler<T>

Namespace MathNet.Numerics.Statistics.Mcmc

Parent MulticastDelegate

A method which samples datapoints from a proposal distribution. The implementation of this sampler is stateless: no variables are saved between two calls to Sample. This proposal is different from in that it doesn't take any parameters; it samples random variables from the whole domain.

Constructors

Methods

Properties

Public Constructors

GlobalProposalSampler<T>(object object, IntPtr method)

Public Methods

IAsyncResult BeginInvoke(AsyncCallback callback, object object)

object Clone()

object DynamicInvoke(Object[] args)

T EndInvoke(IAsyncResult result)

bool Equals(object obj)

int GetHashCode()

Delegate[] GetInvocationList()

void GetObjectData(SerializationInfo info, StreamingContext context)

Type GetType()

T Invoke()

string ToString()

Public Properties

MethodInfo Method get;

object Target get;